Module swim.api

Interface ServiceContext

All Superinterfaces:
swim.io.IpInterface, swim.util.Log

public interface ServiceContext extends swim.io.IpInterface, swim.util.Log
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    swim.concurrent.Schedule
     
    swim.concurrent.Stage
     

    Methods inherited from interface swim.io.IpInterface

    bindTcp, bindTcp, bindTcp, bindTcp, bindTls, bindTls, bindTls, bindTls, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTcp, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, connectTls, ipSettings

    Methods inherited from interface swim.util.Log

    debug, error, fail, info, trace, warn
  • Method Details

    • schedule

      swim.concurrent.Schedule schedule()
    • stage

      swim.concurrent.Stage stage()
    • close

      void close()