Class EreignisSchluessel

java.lang.Object
de.bund.bva.isyfact.serviceapi.common.konstanten.EreignisSchluessel

@Deprecated public class EreignisSchluessel extends Object
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 Details

    • KEIN_EXCEPTION_MAPPING_DEFINIERT

      public static final String 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

      public static final String FEHLER_FEHLERBEHANDLUNG
      Deprecated.
      Error in error handling. OR Original error was {}.
      See Also:
    • VALIDIERUNG_KONFIGURATION

      public static final String VALIDIERUNG_KONFIGURATION
      Deprecated.
      Validate configuration for service implementation {}.
      See Also:
    • TIMEOUT

      public static final String TIMEOUT
      Deprecated.
      A timeout occurred when calling the service [{}].
      See Also:
    • TIMEOUT_ABBRUCH

      public static final String TIMEOUT_ABBRUCH
      Deprecated.
      Call aborted after timeout.
      See Also:
    • TIMEOUT_WARTEZEIT

      public static final String TIMEOUT_WARTEZEIT
      Deprecated.
      Wait {}ms until the call is repeated.
      See Also:
    • TIMEOUT_WARTEZEIT_ABBRUCH

      public static final String TIMEOUT_WARTEZEIT_ABBRUCH
      Deprecated.
      Waiting for call repetition canceled.
      See Also:
    • TIMEOUT_WIEDERHOLUNG

      public static final String TIMEOUT_WIEDERHOLUNG
      Deprecated.
      Repeat call...
      See Also:
    • AUFRUFKONTEXT_KORRID_KORRIGIERT

      public static final String 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

      public static final String KEINE_KORRELATIONSID_IM_AUFRUFKONTEXT_UEBERMITTELT
      Deprecated.
      A call context without correlation ID was sent. Create new correlation ID.
      See Also:
    • KEIN_BEARER_TOKEN_UEBERMITTELT

      public static final String 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

      public static final String 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.