Uses of Class
eu.cloudnetservice.driver.service.ServiceId
Packages that use ServiceId
-
Uses of ServiceId in eu.cloudnetservice.driver.channel
Methods in eu.cloudnetservice.driver.channel with parameters of type ServiceIdModifier and TypeMethodDescriptionstatic @NonNull ChannelMessageTargetGet a channel message target that targets the given service. -
Uses of ServiceId in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service declared as ServiceIdMethods in eu.cloudnetservice.driver.service that return ServiceIdModifier and TypeMethodDescriptionServiceId.Builder.build()Builds a new service id instance based on this builder.ServiceConfiguration.serviceId()Get the base service id all services created based on this configuration will use.ServiceInfoSnapshot.serviceId()Get the service id of the service this snapshot was created for.Methods in eu.cloudnetservice.driver.service with parameters of type ServiceIdModifier and TypeMethodDescriptionstatic @NonNull ServiceId.BuilderConstructs a new builder for a service id which has the same properties set as the given service id.Constructors in eu.cloudnetservice.driver.service with parameters of type ServiceIdModifierConstructorDescriptionprotectedServiceConfiguration(@NonNull ServiceId serviceId, @NonNull ProcessConfiguration processConfig, @NonNull ServiceCreateRetryConfiguration retryConfiguration, int port, @NonNull String runtime, @Nullable String hostAddress, @Nullable String javaCommand, boolean autoDeleteOnStop, boolean staticService, @NonNull Set<String> groups, @NonNull Set<String> deletedFilesAfterStop, @NonNull Set<ServiceTemplate> templates, @NonNull Set<ServiceDeployment> deployments, @NonNull Set<ServiceRemoteInclusion> includes, @NonNull Document properties) Constructs a new service configuration instance.