메소드 | 설명 | |
---|---|---|
FuncTopicConvention ( bool>.Func |
Initializes a new instance of the FuncTopicConvention class.
|
|
FuncTopicConvention ( string>.Func |
Initializes a new instance of the FuncTopicConvention class.
|
|
IsCandidate ( IEventTopicInfo eventTopic ) : bool |
Determines whether the specified event topic is a candidate to process. The mapped side must also be included! |
|
MapTopic ( string topic ) : string |
Maps the topic from the source format to the destination format.
|
public FuncTopicConvention ( bool>.Func |
||
candidateSelector | bool>.Func | The candidate selector. |
topicMapper | string>.Func | The topic mapper. |
리턴 | System |
public FuncTopicConvention ( string>.Func |
||
topicMapper | string>.Func | The topic mapper. |
리턴 | System |
public IsCandidate ( IEventTopicInfo eventTopic ) : bool | ||
eventTopic | IEventTopicInfo | The event topic. |
리턴 | bool |
public MapTopic ( string topic ) : string | ||
topic | string | The source topic URI. |
리턴 | string |