Interface IMessageHandlerMethodFactory
- Namespace
- Steeltoe.Messaging.Handler.Attributes.Support
- Assembly
- Steeltoe.Messaging.Abstractions.dll
A factory for invokable handler methods that is suitable to process an incoming message
public interface IMessageHandlerMethodFactory : IServiceNameAware
- Inherited Members
Methods
CreateInvocableHandlerMethod(object, MethodInfo)
Create the invokable handler method that can process the specified method endpoint.
IInvocableHandlerMethod CreateInvocableHandlerMethod(object instance, MethodInfo method)
Parameters
instance
objectthe instance of the object
method
MethodInfothe method to invoke
Returns
- IInvocableHandlerMethod
a suitable invokable handler for the method
Initialize()
void Initialize()