Class EreignisSchluessel
java.lang.Object
de.bund.bva.isyfact.serviceapi.common.konstanten.EreignisSchluessel
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
This class contains all event keys for isy-serviceapi-core.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Corrected the correlation id {} in the call context as it does not match the correlation id on the MDC {} is not the same.static final StringDeprecated.Error in error handling.static final StringDeprecated.No bearer token in the AufrufKontextVerwalter or the Security Context.static final StringDeprecated.No Authorization header with bearer token received.static final StringDeprecated.There is no exception mapping defined for the {} service operation for exception class {}.static final StringDeprecated.A call context without correlation ID was sent.static final StringDeprecated.A timeout occurred when calling the service [{}].static final StringDeprecated.Call aborted after timeout.static final StringDeprecated.Wait {}ms until the call is repeated.static final StringDeprecated.Waiting for call repetition canceled.static final StringDeprecated.Repeat call...static final StringDeprecated.Validate configuration for service implementation {}. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEIN_EXCEPTION_MAPPING_DEFINIERT
Deprecated.There is no exception mapping defined for the {} service operation for exception class {}. Use technical TO exception {} instead.- See Also:
-
FEHLER_FEHLERBEHANDLUNG
Deprecated.Error in error handling. OR Original error was {}.- See Also:
-
VALIDIERUNG_KONFIGURATION
Deprecated.Validate configuration for service implementation {}.- See Also:
-
TIMEOUT
Deprecated.A timeout occurred when calling the service [{}].- See Also:
-
TIMEOUT_ABBRUCH
Deprecated.Call aborted after timeout.- See Also:
-
TIMEOUT_WARTEZEIT
Deprecated.Wait {}ms until the call is repeated.- See Also:
-
TIMEOUT_WARTEZEIT_ABBRUCH
Deprecated.Waiting for call repetition canceled.- See Also:
-
TIMEOUT_WIEDERHOLUNG
Deprecated.Repeat call...- See Also:
-
AUFRUFKONTEXT_KORRID_KORRIGIERT
Deprecated.Corrected the correlation id {} in the call context as it does not match the correlation id on the MDC {} is not the same.- See Also:
-
KEINE_KORRELATIONSID_IM_AUFRUFKONTEXT_UEBERMITTELT
Deprecated.A call context without correlation ID was sent. Create new correlation ID.- See Also:
-
KEIN_BEARER_TOKEN_UEBERMITTELT
Deprecated.No Authorization header with bearer token received. It is not set in the AufrufKontextVerwalter.- See Also:
-
KEIN_BEARER_TOKEN_IM_AUFRUFKONTEXT
Deprecated.No bearer token in the AufrufKontextVerwalter or the Security Context. The Authorization header is not set.- See Also:
-
-
Constructor Details
-
EreignisSchluessel
public EreignisSchluessel()Deprecated.
-