Interface AuthorizationStateListener

All Known Implementing Classes:
NettyChannelHealthChecker

public interface AuthorizationStateListener
Listener for authorization info state maintained on the server side.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onExpired(AuthorizationExpiredException e, io.netty.channel.Channel channel)
    Notifies the listener that the credentials stored on the server side have expired.
  • Method Details