Interface GatewayClient
-
- All Superinterfaces:
AutoCloseable,Monitored<SerializedMessage>
- All Known Implementing Classes:
InMemoryEventStoreClient,InMemoryMessageStore,InMemorySchedulingClient,WebsocketGatewayClient
public interface GatewayClient extends Monitored<SerializedMessage>, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Awaitablesend(SerializedMessage... messages)-
Methods inherited from interface io.fluxcapacitor.common.Monitored
registerMonitor
-
-
-
-
Method Detail
-
send
Awaitable send(SerializedMessage... messages)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-