Uses of Class
com.rabbitmq.http.client.domain.PluginContext
-
Packages that use PluginContext Package Description com.rabbitmq.http.client.domain -
-
Uses of PluginContext in com.rabbitmq.http.client.domain
Methods in com.rabbitmq.http.client.domain that return types with arguments of type PluginContext Modifier and Type Method Description List<PluginContext>OverviewResponse. getContexts()List<PluginContext>NodeInfo. getPluginContexts()Method parameters in com.rabbitmq.http.client.domain with type arguments of type PluginContext Modifier and Type Method Description voidOverviewResponse. setContexts(List<PluginContext> contexts)voidNodeInfo. setPluginContexts(List<PluginContext> pluginContexts)
-