Uses of Interface
de.themoep.connectorplugin.ConnectorPlugin
Packages that use ConnectorPlugin
Package
Description
-
Uses of ConnectorPlugin in de.themoep.connectorplugin
Classes in de.themoep.connectorplugin with type parameters of type ConnectorPluginModifier and TypeClassDescriptionclass
BridgeCommon<P extends ConnectorPlugin<R>,
R> class
ProxyBridgeCommon<P extends ConnectorPlugin<R>,
R> Fields in de.themoep.connectorplugin declared as ConnectorPluginMethods in de.themoep.connectorplugin that return types with arguments of type ConnectorPluginModifier and TypeMethodDescriptionConnector<? extends ConnectorPlugin,
R> ConnectorPlugin.getConnector()
Get the Connector which is used for sending and handling data -
Uses of ConnectorPlugin in de.themoep.connectorplugin.bukkit
Classes in de.themoep.connectorplugin.bukkit that implement ConnectorPlugin -
Uses of ConnectorPlugin in de.themoep.connectorplugin.bungee
Classes in de.themoep.connectorplugin.bungee that implement ConnectorPlugin -
Uses of ConnectorPlugin in de.themoep.connectorplugin.connector
Classes in de.themoep.connectorplugin.connector with type parameters of type ConnectorPluginFields in de.themoep.connectorplugin.connector declared as ConnectorPluginConstructors in de.themoep.connectorplugin.connector with parameters of type ConnectorPluginModifierConstructorDescriptionMqttConnection
(ConnectorPlugin plugin, String brokerURI, String clientID, String username, String password, int keepAlive, BiConsumer<String, Message> onMessage) RedisConnection
(ConnectorPlugin plugin, String uriString, String host, int port, int db, String password, long timeout, BiConsumer<String, Message> onMessage) -
Uses of ConnectorPlugin in de.themoep.connectorplugin.velocity
Classes in de.themoep.connectorplugin.velocity that implement ConnectorPlugin