Class CountingRequestCountCallback

  • All Implemented Interfaces:
    ServerActivityCallback

    @Deprecated(forRemoval=true,
                since="26.0.0")
    public class CountingRequestCountCallback
    extends Object
    implements ServerActivityCallback
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed without replacement
    RequestCountListener that till n notification have been received before notifying its delegate.
    Author:
    Stuart Douglas
    • Constructor Detail

      • CountingRequestCountCallback

        public CountingRequestCountCallback​(int count,
                                            ServerActivityCallback delegate)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • done

        public void done()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: ServerActivityCallback
        Method that is invoked when the relevant entry point is done suspended
        Specified by:
        done in interface ServerActivityCallback