Class RegistrationResponse.Rejection

java.lang.Object
org.apache.flink.runtime.registration.RegistrationResponse
org.apache.flink.runtime.registration.RegistrationResponse.Rejection
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JMTMRegistrationRejection, TaskExecutorRegistrationRejection
Enclosing class:
RegistrationResponse

public static class RegistrationResponse.Rejection extends RegistrationResponse
A rejected (declined) registration.

A rejection indicates a permanent problem which prevents the registration between the target and the caller which cannot be solved by retrying the connection. Consequently, the RetryingRegistration will stop when it receives a RegistrationResponse.Rejection response from the target. Moreover, a target should respond with RegistrationResponse.Rejection if it realizes that it cannot work with the caller.

See Also:
  • Constructor Details

    • Rejection

      public Rejection()
  • Method Details