Class AbstractMessageCondition<T>
Inheritance
System.Object
AbstractMessageCondition<T>
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public abstract class AbstractMessageCondition<T> : object, IMessageCondition<T>, IMessageCondition
Type Parameters
Methods
|
Edit this page
View Source
Combine(T)
Declaration
public abstract T Combine(T other)
Parameters
Type |
Name |
Description |
T |
other |
|
Returns
|
Edit this page
View Source
CompareTo(T, IMessage)
Declaration
public abstract int CompareTo(T other, IMessage message)
Parameters
Type |
Name |
Description |
T |
other |
|
IMessage |
message |
|
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetContent()
Declaration
protected abstract IList GetContent()
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GetMatchingCondition(IMessage)
Declaration
public abstract T GetMatchingCondition(IMessage message)
Parameters
Returns
|
Edit this page
View Source
GetToStringInfix()
Declaration
protected abstract string GetToStringInfix()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements