Interface BambooAgentMessageBatch<T>

    • Method Detail

      • add

        void add​(@NotNull
                 T bambooAgentMessage)
      • size

        int size()
      • shouldStartNewBatch

        boolean shouldStartNewBatch​(@NotNull
                                    @NotNull BambooAgentMessage bambooAgentMessage)
      • isExpensive

        boolean isExpensive()
        If true, the batch is going to be expensive to process.