Enum Class DeploymentStateResource

java.lang.Object
java.lang.Enum<DeploymentStateResource>
org.springframework.cloud.dataflow.rest.resource.DeploymentStateResource
All Implemented Interfaces:
Serializable, Comparable<DeploymentStateResource>, Constable

public enum DeploymentStateResource extends Enum<DeploymentStateResource>
Provides a typed enumeration of deployment statuses for Streams. Currently, this class is used more as a helper class, and is not serialized via the REST API as of now, this may change however with the next major release.
Author:
Gunnar Hillert