Interface GatewayClient
- All Superinterfaces:
AutoCloseable,Monitored<SerializedMessage>
- All Known Implementing Classes:
InMemoryEventStoreClient,InMemoryMessageStore,InMemorySchedulingClient,WebsocketGatewayClient
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()send(Guarantee guarantee, SerializedMessage... messages) Methods inherited from interface io.fluxcapacitor.common.Monitored
registerMonitor
-
Method Details
-
send
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-