Uses of Interface
xyz.cofe.trambda.tcp.Publisher.Subscriber
-
-
Uses of Publisher.Subscriber in xyz.cofe.trambda.tcp
Fields in xyz.cofe.trambda.tcp with type parameters of type Publisher.Subscriber Modifier and Type Field Description protected Map<String,xyz.cofe.fn.Tuple3<Publisher.Subscriber<Serializable>,Long,AutoCloseable>>TcpSession. subscribersMethods in xyz.cofe.trambda.tcp that return Publisher.Subscriber Modifier and Type Method Description protected Publisher.Subscriber<Serializable>TcpSession. subscriber(String name)Создание proxy подписчикаMethods in xyz.cofe.trambda.tcp with parameters of type Publisher.Subscriber Modifier and Type Method Description AutoCloseablePublisher. listen(Publisher.Subscriber<T> subscriber)Подписка на серверные события, вызывается в клиентском кодеvoidPublisher. removeListener(Publisher.Subscriber<T> subscriber)Отписка от серверных событий
-