Invoke Java classes from Gatling

Does Gatling support invoking Java classes ? References would be helpful.

thanks

Gatling is written in Scala, which is compatible with Java. But you have to make sure you know the difference between run-time and build-time code execution. Once you get that clear in your head, calling external Java class should be as easy as it is in Java. The steps should be roughly the same, for the most part.