Skip to main content
Version: 3.x

SerializerProducerMiddleware.Invoke method

Serializes message based on message type resolver strategy

public Task Invoke(IMessageContext context, MiddlewareDelegate next)
parameterdescription
contextThe IMessageContext containing the message and metadata
nextA delegate to call next middleware

See Also