Class RegistrationResponse

java.lang.Object
org.apache.flink.runtime.registration.RegistrationResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegistrationResponse.Failure, RegistrationResponse.Rejection, RegistrationResponse.Success

public abstract class RegistrationResponse extends Object implements Serializable
Base class for responses given to registration attempts from RetryingRegistration.
See Also:
  • Constructor Details

    • RegistrationResponse

      public RegistrationResponse()