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 EventModifier and TypeMethodDescriptionvoidBufferedEventProcessor.enqueueEvent(Event event) voidvoidPublish a new event and nothing more.Publishes a new event and optionally wait for the result.AbstractEventPublisher.publishAndCheck(Event event) AbstractEventPublisher.publishAndCheck(Event event, int delayMS) EventPublisher.publishAndCheck(Event event) Publish an event and immediately checks for the results status.EventPublisher.publishAndCheck(Event event, int delayMS) Publish an event and checks for the results status after a delay.voidvoidSends an event.AbstractHTTPWithJWTTokenAuthEventSender.sendAndGetResult(Event event) EventSender.sendAndGetResult(Event event) Send an event and get results.Constructors in org.gcube.event.publisher with parameters of type EventConstructor parameters in org.gcube.event.publisher with type arguments of type EventModifierConstructorDescriptionBufferedEventProcessor(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)