Skip to content

Commit

Permalink
Feature/documentation and fixes (#90)
Browse files Browse the repository at this point in the history
* Include (optional) broker class name into connection factory pool

* Bump version

* Update documentation

* Late addition

* Rename of function. XQuery style
  • Loading branch information
dizzzz authored Oct 2, 2016
1 parent 5cfd336 commit 832a63a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class ReplicationSwitch extends BasicFunction {

public final static FunctionSignature signatures[] = {
new FunctionSignature(
new QName("enableReplication", ReplicationModule.NAMESPACE_URI, ReplicationModule.PREFIX),
new QName("enable-trigger", ReplicationModule.NAMESPACE_URI, ReplicationModule.PREFIX),
"Globally switch on/off the replication trigger", new SequenceType[]{
new FunctionParameterSequenceType("newStatus", Type.BOOLEAN, Cardinality.EXACTLY_ONE, "Value true() enables replication."),},
new FunctionReturnSequenceType(Type.EMPTY, Cardinality.ZERO, "")
Expand Down

0 comments on commit 832a63a

Please sign in to comment.