Module swim.api

Interface WillWriteFrameWs<O>

  • All Superinterfaces:
    Preemptive
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface WillWriteFrameWs<O>
    extends Preemptive
    • Method Detail

      • willWriteFrame

        void willWriteFrame​(WsFrame<? extends O> frame)