File tree Expand file tree Collapse file tree
openmessaging-api/src/main/java/io/openmessaging Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 * PushConsumer} client.
3434 *
3535 * @version OMS 1.0.0
36- * @see MessagingAccessPoint#createConsumer().
36+ * @see MessagingAccessPoint#createConsumer()
3737 * @since OMS 1.0.0
3838 */
3939public interface Consumer extends ServiceLifecycle , Client {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public interface ExtensionHeader {
4646 ExtensionHeader setPartition (int partition );
4747
4848 /**
49- * This method is only called by the server. and {@Code OFFSET} represents this message offset in partition.
49+ * This method is only called by the server. and {@code OFFSET} represents this message offset in partition.
5050 * <p>
5151 *
5252 * @param offset The offset in the current partition, used to quickly get this message in the queue
@@ -136,7 +136,7 @@ public interface ExtensionHeader {
136136 int getPartiton ();
137137
138138 /**
139- * This method will return the {@Code OFFSET} in the partition to which the message belongs to, but the premise is
139+ * This method will return the {@code OFFSET} in the partition to which the message belongs to, but the premise is
140140 * that the implementation of the server side is dependent on the partition or a queue-like storage mechanism.
141141 *
142142 * @return The offset of the partition to which the message belongs.
You can’t perform that action at this time.
0 commit comments