Uses of Enum Class
io.fluxzero.sdk.publishing.dataprotection.MissingProtectedDataPolicy
Packages that use MissingProtectedDataPolicy
-
Uses of MissingProtectedDataPolicy in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return MissingProtectedDataPolicyModifier and TypeMethodDescriptionDefaultFluxzero.Builder.onMissingProtectedData()default MissingProtectedDataPolicyFluxzeroConfiguration.onMissingProtectedData()Application-wide fallback policy for messages whose referenced protected data is no longer available.Methods in io.fluxzero.sdk.configuration with parameters of type MissingProtectedDataPolicyModifier and TypeMethodDescriptionDefaultFluxzero.Builder.onMissingProtectedData(@NonNull MissingProtectedDataPolicy policy) FluxzeroBuilder.onMissingProtectedData(MissingProtectedDataPolicy policy) Configures the application-wide response when referenced protected data is no longer available. -
Uses of MissingProtectedDataPolicy in io.fluxzero.sdk.publishing.dataprotection
Subclasses with type arguments of type MissingProtectedDataPolicy in io.fluxzero.sdk.publishing.dataprotectionModifier and TypeClassDescriptionenumDetermines how a handler responds when a message references protected data that is no longer available.Methods in io.fluxzero.sdk.publishing.dataprotection that return MissingProtectedDataPolicyModifier and TypeMethodDescriptionstatic MissingProtectedDataPolicyParses a configured policy value case-insensitively.static MissingProtectedDataPolicyReturns the enum constant of this class with the specified name.static MissingProtectedDataPolicy[]MissingProtectedDataPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.sdk.publishing.dataprotection with parameters of type MissingProtectedDataPolicyModifierConstructorDescriptionDataProtectionInterceptor(KeyValueStore keyValueStore, Serializer serializer, MissingProtectedDataPolicy onMissingProtectedData) Creates an interceptor with an application-wide missing protected data policy.DataProtectionInterceptor(KeyValueStore keyValueStore, Serializer serializer, MissingProtectedDataPolicy onMissingProtectedData, boolean trackingMetricsEnabled) Creates an interceptor with an application-wide missing protected data policy.