Class SelectBucketDisabledEvent

  • All Implemented Interfaces:
    Event

    public class SelectBucketDisabledEvent
    extends AbstractEvent
    This event is triggered when during the HELLO negotiation it was determined that the server does not support the select bucket command.

    This is usually the case with servers that do not support RBAC (role based access control) - so pre 5.0.

    Since:
    2.0.0
    • Constructor Detail

      • SelectBucketDisabledEvent

        public SelectBucketDisabledEvent​(IoContext context,
                                         String bucket)
    • Method Detail

      • bucket

        public String bucket()
        Returns the bucket name for this event.
        Returns:
        the bucket name.
      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.