Uses of Class
xyz.cofe.trambda.tcp.ServerEvent
-
-
Uses of ServerEvent in xyz.cofe.trambda.tcp
Fields in xyz.cofe.trambda.tcp with type parameters of type ServerEvent Modifier and Type Field Description protected Map<String,Set<Consumer<ServerEvent>>>TcpProtocol. serverEventListenersprotected Map<String,List<xyz.cofe.fn.Tuple2<Consumer<ServerEvent>,AutoCloseable>>>TcpClient. subscribersMethods in xyz.cofe.trambda.tcp with parameters of type ServerEvent Modifier and Type Method Description protected voidTcpProtocol. process(ServerEvent sevent, TcpHeader header)Method parameters in xyz.cofe.trambda.tcp with type arguments of type ServerEvent Modifier and Type Method Description AutoCloseableTcpProtocol. listenServerEvent(String publisher, Consumer<ServerEvent> listener)voidTcpProtocol. removeServerEventListener(Consumer<ServerEvent> listener)ResultConsumer<Subscribe,SubscribeResult>TcpClient. subscribe(String publisher, Consumer<ServerEvent> listener)ResultConsumer<Subscribe,SubscribeResult>TcpClient. subscribe(Subscribe subscribe, Consumer<ServerEvent> listener)voidTcpClient. unsubscribe(Consumer<? super ServerEvent> listener)
-