Uses of Class
eu.cloudnetservice.driver.DriverEnvironment
Packages that use DriverEnvironment
-
Uses of DriverEnvironment in eu.cloudnetservice.driver
Fields in eu.cloudnetservice.driver declared as DriverEnvironmentModifier and TypeFieldDescriptionprivate final @NonNull DriverEnvironmentComponentInfo.environmentThe field for theenvironmentrecord component.static final DriverEnvironmentDriverEnvironment.NODEThe jvm-static representation of the node environment.static final DriverEnvironmentDriverEnvironment.WRAPPERThe jvm-static representation of the wrapper environment.Methods in eu.cloudnetservice.driver that return DriverEnvironmentModifier and TypeMethodDescriptionComponentInfo.environment()Returns the value of theenvironmentrecord component.Constructors in eu.cloudnetservice.driver with parameters of type DriverEnvironmentModifierConstructorDescriptionComponentInfo(@NonNull DriverEnvironment environment, @NonNull String componentName, @NonNull String nodeUniqueId) Creates an instance of aComponentInforecord class. -
Uses of DriverEnvironment in eu.cloudnetservice.driver.channel
Fields in eu.cloudnetservice.driver.channel declared as DriverEnvironmentModifier and TypeFieldDescriptionprivate final @NonNull DriverEnvironmentChannelMessageSender.typeThe field for thetyperecord component.Methods in eu.cloudnetservice.driver.channel that return DriverEnvironmentModifier and TypeMethodDescriptionChannelMessageSender.type()Returns the value of thetyperecord component.Methods in eu.cloudnetservice.driver.channel with parameters of type DriverEnvironmentModifier and TypeMethodDescriptionstatic @NonNull ChannelMessageSenderChannelMessageSender.of(@NonNull String name, @NonNull DriverEnvironment environment) Creates a new channel message sender with the given name and environment.Constructors in eu.cloudnetservice.driver.channel with parameters of type DriverEnvironmentModifierConstructorDescriptionChannelMessageSender(@NonNull String name, @NonNull DriverEnvironment type) Creates an instance of aChannelMessageSenderrecord class.