Interface PushBackHandler


  • @Deprecated
    public interface PushBackHandler
    Deprecated.
    push back logic is deprecated.
    Callback handler, which will be called by Grizzly Writer implementation, if message can not be neither written nor added to write queue at the moment due to I/O or memory limitations. User may perform one of the actions proposed by PushBackContext or implement any other custom processing logic.
    Since:
    2.2
    Author:
    Alexey Stashok