Skip to content

Commit

Permalink
refactor(sdk): remove deprecated MessageProcessor from Trigger Config
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove deprecated MessageProcessor code, use MessageReceived

Closes #1227

Signed-off-by: Marc-Philippe Fuller <[email protected]>
  • Loading branch information
marcpfuller committed Dec 5, 2022
1 parent 3ec63d7 commit 34a1126
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/interfaces/trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ type TriggerConfig struct {
Logger logger.LoggingClient
// ContextBuilder contructs a context the trigger can specify for processing the received message
ContextBuilder TriggerContextBuilder
// MessageProcessor processes a message on the services default pipeline
// Deprecated: use MessageReceived for multi-pipeline support
MessageProcessor TriggerMessageProcessor
// MessageReceived sends a message to the runtime for processing.
MessageReceived TriggerMessageHandler
// ConfigLoader is a function of type TriggerConfigLoader that can be used to load custom configuration sections for the trigger.s
Expand Down

0 comments on commit 34a1126

Please sign in to comment.