Uses of Class
xyz.cofe.trambda.tcp.UnSubscribe
-
-
Uses of UnSubscribe in xyz.cofe.trambda.tcp
Methods in xyz.cofe.trambda.tcp that return types with arguments of type UnSubscribe Modifier and Type Method Description ResultConsumer<UnSubscribe,UnSubscribeResult>TcpClient. unsubscribe(String publisher)ResultConsumer<UnSubscribe,UnSubscribeResult>TcpClient. unsubscribe(UnSubscribe subscribe)ResultConsumer<UnSubscribe,UnSubscribeResult>TcpProtocol. unsubscribe(UnSubscribe subscribe)Methods in xyz.cofe.trambda.tcp with parameters of type UnSubscribe Modifier and Type Method Description protected voidTcpSession. process(UnSubscribe msg, TcpHeader header)ResultConsumer<UnSubscribe,UnSubscribeResult>TcpClient. unsubscribe(UnSubscribe subscribe)ResultConsumer<UnSubscribe,UnSubscribeResult>TcpProtocol. unsubscribe(UnSubscribe subscribe)
-