Uses of Class
ru.pathcreator.pyc.rpc.core.ChannelConfig
Packages that use ChannelConfig
-
Uses of ChannelConfig in ru.pathcreator.pyc.rpc.core
Methods in ru.pathcreator.pyc.rpc.core that return ChannelConfigModifier and TypeMethodDescriptionChannelConfig.Builder.build()Проверяет настройки и создает неизменяемую конфигурацию канала.Methods in ru.pathcreator.pyc.rpc.core with parameters of type ChannelConfigModifier and TypeMethodDescriptionRpcNode.channel(ChannelConfig channelConfig) Создаёт новый канал и добавляет его в node-owned список каналов.Constructors in ru.pathcreator.pyc.rpc.core with parameters of type ChannelConfigModifierConstructorDescriptionRpcChannel(ChannelConfig config, io.aeron.Aeron aeron, ExecutorService nodeDefaultExecutor) Создаёт RPC-канал поверх указанного Aeron-клиента. -
Uses of ChannelConfig in ru.pathcreator.pyc.rpc.schema
Methods in ru.pathcreator.pyc.rpc.schema that return ChannelConfigModifier and TypeMethodDescriptionRpcChannelSchema.config()Возвращает конфигурацию канала для этой schema entry.Methods in ru.pathcreator.pyc.rpc.schema with parameters of type ChannelConfigModifier and TypeMethodDescriptionRpcServiceRegistry.Builder.channel(String name, ChannelConfig config) Adds a logical channel entry to the registry.