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)StringEventPublisher. publish(Event event, boolean waitForResult)voidAbstractHTTPWithJWTTokenAuthEventSender. send(Event event)voidEventSender. send(Event event)StringAbstractHTTPWithJWTTokenAuthEventSender. sendAndGetResult(Event event)StringEventSender. sendAndGetResult(Event event)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, java.util.function.Function<Event,String> logInfoGenerator)BufferedEventProcessor(String conductorEndpoint, String clientId, String clientSecret, String keycloakTokenEndpoint, java.util.function.Function<Event,String> logInfoGenerator, int bufferSize)
-