Uses of Class
org.netxms.client.zeromq.ZmqSubscriptionType
-
Packages that use ZmqSubscriptionType Package Description org.netxms.client org.netxms.client.zeromq -
-
Uses of ZmqSubscriptionType in org.netxms.client
Methods in org.netxms.client with parameters of type ZmqSubscriptionType Modifier and Type Method Description List<ZmqSubscription>NXCSession. getZmqSubscriptions(ZmqSubscriptionType type)Get subscriptions for ZMQ data forwarder -
Uses of ZmqSubscriptionType in org.netxms.client.zeromq
Methods in org.netxms.client.zeromq that return ZmqSubscriptionType Modifier and Type Method Description static ZmqSubscriptionTypeZmqSubscriptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ZmqSubscriptionType[]ZmqSubscriptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-