Annotation Type SentinelFeatureSbb


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface SentinelFeatureSbb
    Annotation that denotes a Sentinel feature implementation, which is an SBB
    • Element Detail

      • sbbAlias

        java.lang.String sbbAlias
        Returns:
        the sbbAlias that should be passed to the ChildRelationFacility to get the ChildRelation for this feature sbb
      • sessionStateInterface

        java.lang.Class<?> sessionStateInterface
        Default:
        java.lang.Void.class
      • endpointInterface

        java.lang.Class<?> endpointInterface
        Default:
        java.lang.Void.class
      • reuseSbb

        boolean reuseSbb
        Default:
        false
      • useExtendedInterface

        boolean useExtendedInterface
        Default:
        false