Skip to content
Snippets Groups Projects

Resolve "Senden von Nachrichten"

Merged Jan Zickermann requested to merge 5-senden-von-nachrichten into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
  • 12f383b9
    #5 send: Conditionally enable FacadeService · 12f383b9
    Jan Zickermann authored
@@ -2,6 +2,7 @@ package de.ozgcloud.nachrichten.postfach.osiv2.transfer;
import java.util.stream.Stream;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.stereotype.Service;
import de.ozgcloud.nachrichten.postfach.PostfachNachricht;
@@ -10,6 +11,7 @@ import lombok.extern.log4j.Log4j2;
@Log4j2
@Service
@ConditionalOnProperty("ozgcloud.osiv2-postfach.enabled")
public record PostfachApiFacadeService(
MessageExchangeApi messageExchangeApi,
RequestMapper requestMapper,
Loading