| Modifier and Type | Method and Description |
|---|---|
void |
BufferedEventProcessor.enqueueEvent(Event event) |
void |
AbstractEventPublisher.publish(Event event) |
void |
EventPublisher.publish(Event event) |
String |
AbstractEventPublisher.publish(Event event,
boolean waitForResult) |
String |
EventPublisher.publish(Event event,
boolean waitForResult) |
void |
EventSender.send(Event event) |
void |
HTTPWithOIDCAuthEventSender.send(Event event) |
String |
EventSender.sendAndGetResult(Event event) |
String |
HTTPWithOIDCAuthEventSender.sendAndGetResult(Event event) |
| Constructor and Description |
|---|
HTTPPost(URL baseEndpoint,
Event event) |
| Constructor and 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) |
Copyright © 2022. All Rights Reserved.