Uses of Enum Class
eu.cloudnetservice.driver.service.ServiceCreateResult.State
Packages that use ServiceCreateResult.State
Package
Description
-
Uses of ServiceCreateResult.State in eu.cloudnetservice.driver.event.events.service
Methods in eu.cloudnetservice.driver.event.events.service that return ServiceCreateResult.StateModifier and TypeMethodDescriptionCloudServiceDeferredStateEvent.state()Get the state of the service creation. -
Uses of ServiceCreateResult.State in eu.cloudnetservice.driver.service
Subclasses with type arguments of type ServiceCreateResult.State in eu.cloudnetservice.driver.serviceModifier and TypeClassDescriptionstatic enumRepresents the state of a service creation.Fields in eu.cloudnetservice.driver.service declared as ServiceCreateResult.StateModifier and TypeFieldDescriptionprivate final ServiceCreateResult.StateServiceCreateResult.stateFields in eu.cloudnetservice.driver.service with type parameters of type ServiceCreateResult.StateModifier and TypeFieldDescriptionprivate Map<ServiceCreateResult.State, List<ChannelMessageTarget>> ServiceCreateRetryConfiguration.Builder.eventReceiversprivate final Map<ServiceCreateResult.State, List<ChannelMessageTarget>> ServiceCreateRetryConfiguration.eventReceiversMethods in eu.cloudnetservice.driver.service that return ServiceCreateResult.StateModifier and TypeMethodDescriptionServiceCreateResult.state()Get the state of this service creation.static ServiceCreateResult.StateReturns the enum constant of this class with the specified name.static ServiceCreateResult.State[]ServiceCreateResult.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.driver.service that return types with arguments of type ServiceCreateResult.StateModifier and TypeMethodDescriptionServiceCreateRetryConfiguration.eventReceivers()Get an unmodifiable copy of the event receivers which should get notified about state change events if the service creation was deferred.Methods in eu.cloudnetservice.driver.service with parameters of type ServiceCreateResult.StateModifier and TypeMethodDescriptionServiceCreateRetryConfiguration.Builder.notificationReceivers(ServiceCreateResult.State state, @NonNull ChannelMessageTarget... receivers) Sets the receivers of state change events when a service creation which was deferred reached the given target state of the service creation.Method parameters in eu.cloudnetservice.driver.service with type arguments of type ServiceCreateResult.StateModifier and TypeMethodDescriptionServiceCreateRetryConfiguration.Builder.notificationReceivers(@NonNull Map<ServiceCreateResult.State, List<ChannelMessageTarget>> eventReceivers) Sets the event receivers for state changes.Constructors in eu.cloudnetservice.driver.service with parameters of type ServiceCreateResult.StateModifierConstructorDescriptionprivateServiceCreateResult(@NonNull ServiceCreateResult.State state, @Nullable UUID creationId, @Nullable ServiceInfoSnapshot serviceInfo) Creates a new result instance.Constructor parameters in eu.cloudnetservice.driver.service with type arguments of type ServiceCreateResult.StateModifierConstructorDescriptionprotectedServiceCreateRetryConfiguration(int maxRetries, @NonNull List<Long> backoffStrategy, @NonNull Map<ServiceCreateResult.State, List<ChannelMessageTarget>> eventReceivers) Constructs a new retry configuration instance.