Class ECPProfileConfiguration

    • Constructor Detail

      • ECPProfileConfiguration

        public ECPProfileConfiguration()
        Constructor.
      • ECPProfileConfiguration

        protected ECPProfileConfiguration​(@Nonnull @NotEmpty
                                          String profileId)
        Constructor.
        Parameters:
        profileId - unique ID for this profile
    • Method Detail

      • setLocalEvents

        public void setLocalEvents​(@Nullable @NonnullElements
                                   Collection<String> events)
        Set the local events to handle without a SOAP fault.
        Parameters:
        events - truly local events
        Since:
        3.3.0
      • setLocalEventsLookupStrategy

        public void setLocalEventsLookupStrategy​(@Nonnull
                                                 Function<ProfileRequestContext,​Set<String>> strategy)
        Set a lookup strategy for the local events to handle without a SOAP fault.
        Parameters:
        strategy - lookup strategy
        Since:
        3.3.0