Class AmqpClosedConnectionBuilder

    • Method Detail

      • afterOpened

        protected void afterOpened()
        Description copied from class: AmqpResourceBuilder
        Called once an endpoint has been opened and validated to give the subclasses a place to perform any follow-on processing or setup steps before the operation is deemed to have been completed and success is signaled.
        Overrides:
        afterOpened in class AmqpConnectionBuilder
      • isClosePending

        protected boolean isClosePending()
        Description copied from class: AmqpResourceBuilder
        If the resource was opened but its current state indicates a close is pending then we do no need to proceed further into the resource creation process. Each endpoint build must implement this and examine the opened endpoint to determine if a close frame will follow the open.
        Overrides:
        isClosePending in class AmqpConnectionBuilder
        Returns:
        true if the resource state indicates it will be immediately closed.