| Package | Description |
|---|---|
| org.wso2.broker.core | |
| org.wso2.broker.core.selector |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Message.getMetadata() |
Metadata |
Metadata.shallowCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setRawMetadata(io.netty.buffer.ByteBuf rawMetadata,
BiFunction<io.netty.buffer.ByteBuf,Metadata,Boolean> headerParser) |
| Constructor and Description |
|---|
Message(Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JMSPropertyExpression.evaluate(Metadata metadata) |
boolean |
BooleanExpression.evaluate(Metadata metadata) |
boolean |
EqualityExpression.evaluate(Metadata metadata) |
| Constructor and Description |
|---|
EqualityExpression(Expression<Metadata> left,
Expression<Metadata> right) |
EqualityExpression(Expression<Metadata> left,
Expression<Metadata> right) |
Copyright © 2017 WSO2. All rights reserved.