Uses of Class
org.gcube.event.publisher.Event
-
-
Uses of Event in org.gcube.event.publisher
Methods in org.gcube.event.publisher with parameters of type Event Modifier and Type Method Description voidBufferedEventProcessor. enqueueEvent(Event event)voidAbstractEventPublisher. publish(Event event)StringAbstractEventPublisher. publish(Event event, boolean waitForResult)voidEventPublisher. publish(Event event)Publish a new event and nothing more.StringEventPublisher. publish(Event event, boolean waitForResult)Publishes a new event and optionally wait for the result.EventStatusAbstractEventPublisher. publishAndCheck(Event event)EventStatusAbstractEventPublisher. publishAndCheck(Event event, int delayMS)EventStatusEventPublisher. publishAndCheck(Event event)Publish an event and immediately checks for the results status.EventStatusEventPublisher. publishAndCheck(Event event, int delayMS)Publish an event and checks for the results status after a delay.voidAbstractHTTPWithJWTTokenAuthEventSender. send(Event event)voidEventSender. send(Event event)Sends an event.StringAbstractHTTPWithJWTTokenAuthEventSender. sendAndGetResult(Event event)StringEventSender. sendAndGetResult(Event event)Send an event and get results.Constructors in org.gcube.event.publisher with parameters of type Event Constructor Description HTTPPost(URL baseEndpoint, Event event)Constructor parameters in org.gcube.event.publisher with type arguments of type Event Constructor Description BufferedEventProcessor(String conductorEndpoint, String clientId, String clientSecret, String keycloakTokenEndpoint, Function<Event,String> logInfoGenerator)BufferedEventProcessor(String conductorEndpoint, String clientId, String clientSecret, String keycloakTokenEndpoint, Function<Event,String> logInfoGenerator, int bufferSize)
-